home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / BlocksOfWar.exe / scripts / frame_1 / PlaceObject2_16_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2002-12-31  |  264 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    bittejaLadattu = _root.getBytesLoaded();
  3.    tiedostoaLadattu = bittejaLadattu / tiedostonKoko;
  4.    _root.lataus.latausViesti = int(tiedostoaLadattu * 100) + "%";
  5.    if(tiedostoaLadattu >= 1)
  6.    {
  7.       _root.nextFrame();
  8.    }
  9. }
  10.